home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / mui / muirexx2.2 / docs / muirexx_2_2.readme next >
Text File  |  1996-10-27  |  5KB  |  117 lines

  1. Short:    Develop MUI apps/GUIs with ARexx
  2. Author:   russ@sneezy.lancaster.ca.us (Russell Leighton)
  3. Uploader: russ@sneezy.lancaster.ca.us
  4. Type:     dev/mui
  5. Replaces: dev/mui/MUIRexx_2_1b.lha
  6.  
  7. TITLE
  8.  
  9.      MUIRexx
  10.  
  11. VERSION
  12.  
  13.      2.2
  14.  
  15. AUTHOR
  16.  
  17.      Russell Leighton
  18.  
  19.      E-Mail: russ@sneezy.lancaster.ca.us
  20.  
  21. DESCRIPTION
  22.  
  23.     MUIRexx is a program which serves as an interface
  24.     between ARexx (Copyright 1987, William S.  Hawes) and
  25.     MagicUserInterface (Copyright 1993-95, Stefan Stuntz).
  26.     MUIRexx does not provide complete access to all of the
  27.     capabilities of MagicUserInterface (MUI), however,
  28.     quite a lot of capability is implemented in MUIRexx
  29.     such as notification, icon buttons, and application
  30.     objects (objects that react to icons dropped on them),
  31.     as well as many standard MUI objects.  Complete
  32.     graphical user interfaces as well as full applications
  33.     can be developed using MUIRexx and ARexx macros.
  34.     Additionally, it is also possible to dynamically change
  35.     or add objects after the application has been created.
  36.  
  37. HISTORY
  38.  
  39.     v1.0    2/13/96 -   initial release
  40.     v1.1    2/24/96 -   fixed enforcer hits
  41.                         added support for menus
  42.                         added a MUI settings command
  43.             2/25/96 -   improved group/menu syntax checking
  44.     v1.2i   3/10/96 -   added support for drag and drop
  45.             3/14/96 -   added options to set MUIA attributes
  46.                         removed unnecessary options (e.g. WEIGHT)
  47.     v2.0    3/20/96 -   added variable storage (set and get)
  48.             3/22/96 -   MUIA attributes are now gettable
  49.             3/23/96 -   added support for dragging multiselected items
  50.                         removed Cyclechain TAG (add using ATTRS)
  51.                         removed SELECT option from check gadget
  52.             3/24/96 -   added switch gadget
  53.                         list objects are now dropable
  54.                         group objects are now dropable
  55.             3/26/96 -   stack size now set for commands
  56.             3/28/96 -   added method command
  57.             3/30/96 -   added object gadget
  58.                         removed scale gadget (use object instead)
  59.             3/31/96 -   added support for setting app attributes/methods
  60.                         if started from WB then icon is set
  61.                         added support for multicolumn lists
  62.                         removed dirlist DIR and FORMAT options (use ATTRS)
  63.             4/1/96 -    removed config and muiset commands (use method)
  64.             4/2/96 -    added support for boopsi objects
  65.             4/5/96 -    added support for datatype images
  66.     v2.1    5/19/96 -   TAG strings now nonvolatile
  67.             5/22/96 -   generalized view command
  68.                         added aslrequest command
  69.             5/27/96 -   improved list drag&drop behavior
  70.             6/17/96 -   added poplist command
  71.             6/25/96 -   added format sequences for strings
  72.             7/20/96 -   added support for new Icon.mcc class
  73.                         changed behavior of image and check gadgets
  74.             8/22/96 -   added support for virtual groups
  75.     v2.1a   9/1/96  -   minor bug fixed (popasl contents were not stored
  76.                         in config file)
  77.             9/4/96  -   minor bug fixed (prevented pub screen closure)
  78.             9/5/96  -   minor update to Icon.mcc (see docs)
  79.     v2.1b   9/7/96  -   fixed bug (enforcer hit)
  80.             9/9/96  -   fixed bug (MUIA_Cycle_Active now works at cycle 
  81.                         object creation, thanks to Hartmut Goebel)
  82.     v2.2    9/22/96 -   added list TITLE option
  83.             9/25/96 -   slider, popslider and knob now return value
  84.                         (per documentation)
  85.             9/27/96 -   format specifiers now work for all objects
  86.                         (I think)
  87.             9/29/96 -   context menus for groups added
  88.                         can now specify image for popasl/poplist objects
  89.                         (SPEC option)
  90.             10/1/96 -   parse routine added to replace MUI REXX command
  91.                         line parse
  92.             10/25/96-   fixed bug in string, popasl, poplist objects
  93.                         (MUIA_String_MaxLen now works, thanks to Bob Sisk)
  94.  
  95. SPECIAL REQUIREMENTS
  96.  
  97.     * Version 3.0 of the Amiga operating system or higher
  98.     * MUI 3.0 or better
  99.     * Icon.mcc custom class (included in distribution)
  100.     * ARexx
  101.  
  102. HOST NAME
  103.  
  104.      FTP/Internet: AmiNet (ftp.wustl.edu) and mirrors
  105.  
  106. DIRECTORY
  107.  
  108.      pub/aminet/dev/mui
  109.  
  110. FILE NAME
  111.  
  112.      MUIRexx_2_2.lha
  113.  
  114. DISTRIBUTABILITY
  115.  
  116.      Freely distributable, Copyright by the author.
  117.